*{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0;
    margin: 0;
}
h1 ,h2 ,h3, p{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

main div h1{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
    font-size: clamp(1vw, 2vw, 3vw);
    
}

/*navbar start*/
li, a, button{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #edf0f1;
    text-decoration: none;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 1%;
    background-color: rgba(0, 0, 0, 0.911);
    width: 100%;
    position: fixed;
    top:0%;
    z-index: 1;
    
}

.logo{
    cursor: pointer;
    width: 10%;
    padding: 0px 10px;
    order: 3;
    margin-left: auto;
    margin-right: 10px;
}

.nav{
    order: 1;
}

.nav_links1{
    list-style: none;
    background-color:none;
    padding: 0px;
}

.nav_links1 li{
    display: inline-block;
    padding: 8px;
    margin: 0px 0px;
    background-color: none;
    border-radius: 10px;
}

.nav_links1 li:nth-child(1){
    padding: 0px 0px 0px 0px;
    color:  blue;
    margin: 0px 0px 0px -11px;
}

.nav_links1 li a{
    transition: all 0.3s ease 0s;
    background-color: none;
    padding: 8px;
}

.nav_links1 li a:hover{
    color: rgb(169, 34, 0);
    background-color: white;
}

.cta{
    background-color: none;
    border-radius: 50px;
    padding: 0px 0px;
    margin: 0px 30px;
    order: 2;
}

.button{
    padding: 4px 15px;
    background-color: rgb(169, 34, 0);
    border: 1px solid rgb(169, 34, 0) ;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;

}

.button:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(169, 34, 0) ;
}
/*navbar end*/

/*screen resize start*/

@media (max-width:380px){
    header{
        display: hidden;
    }
    .logo{
        display: none;
    }
    .nav{
        display: none;
    }
    .cta{
        display: none;
    }
}

@media (max-width:440px){
    .container .box .details{
        display: none;
    }
    
    .container .box:hover .details{
        display: none;
    }
    
    .container .box .details .content{
        display: none;
    }
    
    .container .box .details .content h2{
        display: none;
    }
    
    .container .box .details .content p{
        display: none;
        
    }

    main div h1{
        margin: 0vh;
        text-align: center;
        font-size: 60px;
    }
}

/*screen resize end*/

main{
    background:  url('../img/b4.jpg');
    background-size:contain;
    background-position: center;
    background-color: rgb(44, 29, 20);
}

main div h1{
    margin: auto;
    padding: 30px;
    text-align: center;
    font-size: clamp( 2.5rem, 4.0vw, 7.5rem);
    font-weight: 400;
}

/*circle image part start*/
.circle_img_cont{
    background-color: rgba(224, 214, 214, 0.719);
    border-radius: 20px;
    box-shadow: 2px 5px 21px 10px rgba(46, 44, 44, 0.781);
    margin-top:10vh;
    margin-bottom: 10vh;
    max-width:95%;
    margin: auto;
    max-height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;

}

.circle_img_cont .cricle_block{

    margin-top:10vh;
    max-width: 100%;
    max-height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 55px;
    width: auto;
    min-height: 50vh;
    max-height: 100%;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 2px 5px 21px 0px rgba(46, 44, 44, 0.781);
    background: linear-gradient(rgba(247, 247, 247, 0.014), 
    rgba(165, 42, 42, 0.535)), url("../img/bbkkg.png");
    background-size:cover;

    
}

.circle_img_cont .cricle_block .lnk img{
    /*max-width: 200px;
    display: inline;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    box-shadow: 2px 5px 21px 5px rgba(70, 63, 63, 0.781);*/

    max-width: 50%;
    margin:  10px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    box-shadow: 2px 5px 21px 5px rgba(70, 63, 63, 0.781);
    position: relative;
    left: 0%;
}

.circle_img_cont .cricle_block .lnk img:hover {
    opacity: .5;
    transition: .2s;
    box-shadow: 2px 5px 21px 5px rgba(255, 255, 255, 0);
}

.circle_img_cont .cricle_block   .circle_desc{
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: auto;
    position: relative;
    left: 0%; 
    top: 0%;
}

.circle_img_cont .cricle_block .circle_desc h2{
    font-size: clamp( 2.0rem, 2.5vw, 3.0rem);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
}

.circle_img_cont .cricle_block .circle_desc p {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.circle_img_cont .cricle_block .circle_desc small{
    margin:10px 0;
    font-size: 15px;
}

.circle_img_cont .cricle_block .circle_desc hr{
    background-color: black;
}

.circle_img_cont .cricle_block .circle_desc a{
    color: #fff;
    padding: 5px;
    font-size: 12px;
    background-color: crimson;
    margin-top: 5px;
    border-radius: 10px;
    transition: all ease-in 0.2s;
    box-shadow: 2px 5px 21px 5px rgba(211, 69, 69, 0.782);
}

.circle_img_cont .cricle_block .circle_desc a:hover{
    color: crimson;
    background-color: #fff;
    text-decoration: none;
    transition: all ease-in 0.2s;
    box-shadow: 2px 5px 21px 5px rgba(70, 63, 63, 0);
}


/*circle image part end*/

/*side nav start */
#sideNav{
    width: 210px;
    height: 100vh;
    position: fixed;
    right: -210px;
    top: 0;
    background:white;
    z-index: 2;
    transition: 0.5s;
    box-shadow: 2px 5px 21px 2px rgba(70, 63, 63, 0.781);
    
}

nav ul li{
    list-style: none;
    margin: 0px;
    margin-top: 0px;
    transition: 0.5s;
    text-align: center;
    font-size: 50px;
    padding: 30px;
    display: flex;
    flex-wrap: nowrap; 
}



nav ul li:hover{
    background-color: rgb(218, 212, 212);
    padding: 30px 40px;
    font-size: 30px;
    transition: 0.5s;

}

#sideNav nav ul li:nth-child(1){
    margin-top: 15vh;
}

nav ul li a{
    text-decoration: none;
    color: brown;
    margin-right: 100px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 10px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
    'Open Sans', 'Helvetica Neue', sans-serif;
}

#manuBtn{
    width: 40px;
    height: 40px;
    background:brown ;
    text-align: center;
    position: fixed;
    right: 0.5%;
    top:6%;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
    box-shadow: 1px 2px 20px 1px rgba(70, 63, 63, 0.781);
}

#manuBtn img{
    width: 30px;
    margin-top: 8px;
}
/*side nav end */

/*fotter start*/
footer{
    position: relative;
    width: auto;
    height: auto;
    padding: 50px 50px;
    background-color: #111;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container0{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .container0 .sec{
    margin-right: 30px;

}

footer .container0 .sec.aboutus{
    width: 40%;
}

footer .container0  h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .container0  h2:before{
    content: '';    
    position: absolute;
    bottom: -5px;
    left: 0;
    width:50px  ;
    height: 2px;
    background-color: brown;
}

footer p{
    color: #999;
}

.sci{
    margin-top: 20px;
    display: flex;
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.sci li a:hover{
    background: brown;
    transition: all ease 0.3s;
}

.sci li a .fab{
    color: #fff;
    font-size: 20px;
    transition: all ease 0.3s;
}

.quickLinks{
    position: relative;
    width: 25%;
}

.quickLinks ul li {
    list-style: none;
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all ease 0.25s;
}

.quickLinks ul li a{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all ease 0.25s;
}

.quickLinks ul li a:hover{
    color: #fff;
    transition: all ease 0.25s;
    padding-left: 8px;
}

.contact0{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contact0 .info0{
    position: relative;
}

.contact0 .info0 li {
    display: flex;
    margin-bottom: 16px;
}

.contact0 .info0 li span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.contact0 .info0 li span{
    color: #999;
}

.contact0 .info0 li a{
    color: #999;
    text-decoration: none;
}

.contact0 .info0 li a:hover{
    color: #fff;
    text-decoration: none;
}

.copyrightText{
    width: auto;
    background-color: #181818;
    padding: 8px 50px;
    text-align: center;
    color: #999;
}

/*responsive code start*/

@media (max-width: 991px ){
    footer{
        padding: 40px;
    }

    footer .container0{
        flex-direction: column;
    }

    footer .container0 .sec{
        margin: 0px auto;
        margin-bottom: 40px;
    }

    footer .container0 .sec.aboutus,.quickLinks,.contact0{
        width: 100%;
    }

    .copyrightText{
        padding: 8px 50px;
    }

}
/*responsive code end*/
/*fotter end*/